home *** CD-ROM | disk | FTP | other *** search
/ MSC Industrial Supply 3.0 / MSC Industrial Supply 3.0.iso / CONFIG / PRINT.CFG < prev    next >
Encoding:
Text File  |  1997-10-27  |  2.4 KB  |  96 lines

  1.   // generic tags
  2.   (%unit%)             (%cm%)
  3.   (%mappingconstant%)  (%120.0%)
  4.  
  5.   (%leftmargin%)       (%1.0%)
  6.   (%rightmargin%)      (%1.0%)
  7.   (%topmargin%)        (%1.0%)
  8.   (%bottommargin%)     (%1.0%)
  9.   (%headerheight%)     (%0.6%)
  10.   (%footerheight%)     (%0.6%)
  11.   (%bodyleftmargin%)   (%0.5%)
  12.   (%bodyrightmargin%)  (%0.5%)
  13.   (%bodytopmargin%)    (%0.3%)
  14.   (%bodybottommargin%) (%0.3%)
  15.  
  16.   (%fontname%)         (%main text%)
  17.   (%fontsize%)         (%10%)
  18.   (%bold%)             (%false%)
  19.   (%italic%)           (%false%)
  20.  
  21.   (%debugmode%)        (%false%)
  22.   (%hideprintdialog%)  (%false%)
  23.  
  24.   (%showstatusdialog%) (%true%)
  25.   (%statusdlgtext1%)   (%Printing%)
  26.   (%statusdlgtext2%)   (%on the%)
  27.   (%statusdlgtext3%)   (%on %)
  28.   (%documenttitle%)    (%Stibo EasyPrint Test%)
  29.   (%statusdlgpage%)    (%Page %u of %u%)
  30.   (%statusdlgcancel%)  (%Cancel%)
  31.  
  32.   // print header
  33.   (%headerconfig%)(%
  34.     (%lineabove%)(%0%)
  35.     (%linebelow%)(%1%)
  36.     (%box%)(%0%)
  37.     (%verticalaligntext%)(%bottom%)
  38.     (%verticalleading%)(%0.0%)
  39.     (%leftindent%)(%0.2%)
  40.     (%rightindent%)(%0.2%)
  41.     (%lefttext%)(%
  42.       (%type%)(%reference%)
  43.       (%lookup%)(%documenttitle%)
  44.       (%fontname%)(%main text%)
  45.       (%fontsize%)(%12%)
  46.       (%bold%)(%true%)
  47.       (%italic%)(%true%)
  48.     %)
  49.     (%centertext%)(%
  50.       (%type%)(%fixedtext%)
  51.       (%text%)(%%)
  52.       (%fontname%)(%main text%)
  53.       (%fontsize%)(%12%)
  54.       (%bold%)(%false%)
  55.       (%italic%)(%true%)
  56.     %)
  57.     (%righttext%)(%
  58.       (%type%)(%reference%)
  59.       (%lookup%)(%date%)
  60.     %)
  61.   %)
  62.  
  63.   // print footer
  64.   (%footerconfig%)(%
  65.     (%lineabove%)(%1%)
  66.     (%linebelow%)(%1%)
  67.     (%box%)(%0%)
  68.     (%verticalaligntext%)(%center%)
  69.     (%verticalleading%)(%0.1%)
  70.     (%leftindent%)(%0.2%)
  71.     (%rightindent%)(%0.2%)
  72.     (%lefttext%)(%
  73.       (%type%)(%fixedtext%)
  74.       (%text%)(%MSC Electronic Catalog%) --Bottom Left Text
  75.       (%fontname%)(%main text%)
  76.       (%fontsize%)(%10%)
  77.       (%bold%)(%false%)
  78.       (%italic%)(%true%)
  79.     %)
  80.     (%centertext%)(%
  81.       (%type%)(%fixedtext%)
  82.       (%text%)(%%) --Bottom Center Text
  83.       (%fontname%)(%main text%)
  84.       (%fontsize%)(%10%)
  85.       (%bold%)(%true%)
  86.       (%italic%)(%false%)
  87.     %)
  88.     (%righttext%)(%
  89.       (%type%)(%page%)
  90.       (%pageformat%)(%Page %u of %u%)
  91.       (%fontsize%)(%8%)
  92.       (%bold%)(%true%)
  93.       (%italic%)(%true%)
  94.      %)
  95.   %)
  96.